POST
/
public
/
v1
/
assets
/
collection
curl --request POST \
  --url https://api.topsort.com/public/v1/assets/collection \
  --header 'Content-Type: application/json' \
  --data '{
  "description": "<string>",
  "name": "<string>"
}'
{
  "description": "<string>",
  "id": "<string>",
  "name": "<string>"
}

Query Parameters

vendor_id
string
required

Vendor ID.

Body

application/json

Response

201
application/json
Successful Response

The response is of type object.